<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.wuproductlist{ position:relative; clear: both; font-family: arial,helvetica,'sans-serif','微软雅黑';}
.wuproductlist li{
	margin:0px 5px 5px 0px;
	text-align:center;
	float:left;
	border:1px #ccc solid;
}

div.picFit{
overflow: hidden;
}

.wuproductlist ul{overflow: hidden;}
.wuproductlist dl,
.wuproductlist dd{margin: 0;}
.wuproductlist dt{
	margin-top: 5px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 16px;
}
.wuproductlist dt a{text-decoration: none;}

.wuproductlist .title{font-size: 18px; color: #ff0000; position: absolute; font-weight: bold;}

.wuproductlist .more{
	position: absolute;
	height: 22px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    padding: 0 6px;
    background: #f60001;
    color: #fff;
    line-height: 21px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
 }</pre></body></html>